home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000030_mperkins@lbmc.com_Fri Apr 12 11:09:08 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  29 lines

  1. Article: 13301 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: mperkins@lbmc.com (Matt Perkins)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Get command with Wildcards
  6. Date: 12 Apr 2002 07:56:24 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 11
  9. Message-ID: <8423928c.0204120656.64db2dbf@posting.google.com>
  10. NNTP-Posting-Host: 209.177.198.2
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1018623385 21712 127.0.0.1 (12 Apr 2002 14:56:25 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 12 Apr 2002 14:56:25 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13301
  17.  
  18. I have unsuccessfully tried to use the get command with wildcards.
  19. >From  the Kermit> prompt, I have tried the following command to get all
  20. files that have "upd" in the file name:
  21.  
  22. ftp get *upd* 
  23. ftp get [upd]
  24.  
  25. Kermit returns "System cannot find the file specified"
  26.  
  27. I can use the send command with wildcards. Does send and get have
  28. different wildcards?
  29.